projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed13478
)
(texinfo-mode): Use backward-paragraph
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 19 Jan 2001 16:48:33 +0000
(16:48 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 19 Jan 2001 16:48:33 +0000
(16:48 +0000)
as font-lock-beginning-of-syntax-function in font-lock-defaults.
lisp/textmodes/texinfo.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/texinfo.el
b/lisp/textmodes/texinfo.el
index 897339750a1dd4628fb840ca22052e6f714f4c06..1dcae0b1d401d9b483084ac75e22881672bb9dbf 100644
(file)
--- a/
lisp/textmodes/texinfo.el
+++ b/
lisp/textmodes/texinfo.el
@@
-558,7
+558,7
@@
value of `texinfo-mode-hook'."
(setq imenu-case-fold-search nil)
(make-local-variable 'font-lock-defaults)
(setq font-lock-defaults
- '(texinfo-font-lock-keywords nil nil nil
nil
+ '(texinfo-font-lock-keywords nil nil nil
backward-paragraph
(font-lock-syntactic-keywords
. texinfo-font-lock-syntactic-keywords)))
(set (make-local-variable 'parse-sexp-lookup-properties) t)